Contents | < Browse | Browse >
SKIP label

* SKIP searches for the label within the current script file. If it
  finds it, execution continues from that point onwards. Labels
  are specified using the  LAB  command.

eg.     lab myloop
        dir ram:
        ask "list ram again? "
        if warn
           skip myloop
        endif